home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / encryptexe.exe / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2010-01-14  |  3KB  |  139 lines

  1. object frmmain: Tfrmmain
  2.   Left = 238
  3.   Top = 222
  4.   BorderStyle = bsDialog
  5.   Caption = 'Decrypt File'
  6.   ClientHeight = 163
  7.   ClientWidth = 519
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     519
  20.     163)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lbDecryptPassword: TLabel
  24.     Left = 8
  25.     Top = 19
  26.     Width = 121
  27.     Height = 13
  28.     Caption = 'Password for decryption:'
  29.     Transparent = True
  30.   end
  31.   object lbDecryptExtract: TLabel
  32.     Left = 8
  33.     Top = 51
  34.     Width = 52
  35.     Height = 13
  36.     Caption = 'Extract to:'
  37.     Transparent = True
  38.   end
  39.   object Label1: TLabel
  40.     Left = 8
  41.     Top = 77
  42.     Width = 41
  43.     Height = 13
  44.     Caption = 'Process:'
  45.     Transparent = True
  46.   end
  47.   object Label2: TLabel
  48.     Left = 8
  49.     Top = 125
  50.     Width = 152
  51.     Height = 13
  52.     Caption = 'File created with "Glary Utilities"'
  53.     Transparent = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 8
  57.     Top = 141
  58.     Width = 140
  59.     Height = 13
  60.     Cursor = crHandPoint
  61.     Caption = 'http://www.glaryutilities.com'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clNavy
  64.     Font.Height = -11
  65.     Font.Name = 'Tahoma'
  66.     Font.Style = [fsUnderline]
  67.     ParentFont = False
  68.     Transparent = True
  69.     OnClick = Label3Click
  70.   end
  71.   object edDecryptPassword: TEdit
  72.     Left = 135
  73.     Top = 16
  74.     Width = 153
  75.     Height = 21
  76.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  77.     PasswordChar = '*'
  78.     TabOrder = 0
  79.   end
  80.   object btnDecryptHint: TBitBtn
  81.     Left = 298
  82.     Top = 12
  83.     Width = 95
  84.     Height = 25
  85.     Caption = 'Password &Hint'
  86.     TabOrder = 1
  87.     OnClick = btnDecryptHintClick
  88.   end
  89.   object edDecryptExtract: TEdit
  90.     Left = 63
  91.     Top = 48
  92.     Width = 370
  93.     Height = 21
  94.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  95.     TabOrder = 2
  96.   end
  97.   object btnDecryptExtractBrowse: TBitBtn
  98.     Left = 429
  99.     Top = 44
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&Browse...'
  103.     TabOrder = 3
  104.     OnClick = btnDecryptExtractBrowseClick
  105.   end
  106.   object ProgressBar1: TProgressBar
  107.     Left = 6
  108.     Top = 96
  109.     Width = 497
  110.     Height = 17
  111.     TabOrder = 4
  112.   end
  113.   object btnCancel: TBitBtn
  114.     Left = 334
  115.     Top = 130
  116.     Width = 75
  117.     Height = 25
  118.     Anchors = [akRight, akBottom]
  119.     Cancel = True
  120.     Caption = 'Cancel'
  121.     TabOrder = 6
  122.     OnClick = btnCancelClick
  123.   end
  124.   object btnDecrypt: TBitBtn
  125.     Left = 428
  126.     Top = 130
  127.     Width = 75
  128.     Height = 25
  129.     Anchors = [akRight, akBottom]
  130.     Caption = '&Decrypt Now!'
  131.     Default = True
  132.     TabOrder = 5
  133.     OnClick = btnDecryptClick
  134.   end
  135.   object XPManifest1: TXPManifest
  136.     Left = 440
  137.   end
  138. end
  139.